'Usage
Dim instance As OpaqueData Dim byteArray() As Byte instance.SetByteArrayValue(byteArray)
public: void SetByteArrayValue( array<byte>^ byteArray )
Parameters
- byteArray
- The value expressed as array of bytes.
'Usage
Dim instance As OpaqueData Dim byteArray() As Byte instance.SetByteArrayValue(byteArray)
public: void SetByteArrayValue( array<byte>^ byteArray )
The resulting size of the opaque value will be a multiple of 8 bits.
Note that the byte array value is only synchronized with the bit array after the bit array has been set to a different object.